home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / blf082b / readme.txt < prev    next >
Text File  |  1993-12-23  |  3KB  |  105 lines

  1. BloufGate 0.8.2 (!BETA!)
  2. ========================
  3.  
  4.  
  5. TODO
  6.  
  7. - Batch the batch SMTP?
  8. - Import batchsmtp
  9. - what happens with bounced bounces?
  10.  
  11. BUGS
  12.  
  13. - Check memorized dupe checker
  14. - batchsmtp '.'
  15. - Msgid generator improvable (fix time_t==long assumption)?
  16. - RFC>FTN address buggy (netmails), remove debug code once debugged
  17. - Check header completeness ?
  18. - Mail with "newsgroup" line goes newsgroup
  19. - news won't work on crlf files?
  20. - netlist/userlist has an empty field at the end
  21. - write manual
  22.  
  23. MAKE
  24.  
  25. - edit first part of blouf.h for your system
  26. - compile misc.c fug.c main.c pkt.c ufg.c config.c global.c 
  27.   address.c killdupe.c and link to blouf 
  28. - if you want to use nodelist, compile nlist.c 
  29. - MSC7: /Oi optimisation bugs! remove optimisation if you have problems
  30. - UNIX: all files are DOS cr/lf-ed, unzip with -a to avoid problems
  31.  
  32.  
  33. CONTACT    with original author(s)
  34.  
  35. Internet: franck.arnaud@linn.fidonet.org
  36. BBS: +33-1-49650542 V32bis
  37. Fidonet: 2:320/100
  38.  
  39. ---------------------------------------------------------------
  40. HISTORY
  41.  
  42. ----- 0.1-6
  43. Alpha Internal releases for the Atari ST (1991)
  44.  
  45. ----- 0.7b1-4
  46. First alpha of the portable rewrite, old history deleted
  47.  
  48. ----- 0.7.5
  49. Fixed little problems for compilation under Unix
  50. Fixed problem with unix version of fputs()
  51.  
  52. ----- 0.7.6
  53. .pkt upgrade to .PKT for compatibility with Bermuda/Unix
  54. atoi promoted to atol in ufg.c
  55. fixed bug in incoming news text convertion (lf->cr)
  56.  
  57. ----- 0.7.7
  58. Bug that made a few char missing at the beginning of converted 
  59. news batches on DOS and DOS-like platforms fixed.
  60. added if <label>/end in config and -s <label> in command line
  61. added configurable domain
  62. usage() now reflect reality
  63. removed extra \0 at the end pkt
  64. empty lines no more removed
  65. header at the end of mail messages with \r
  66.  
  67. ----- 0.7.8
  68. REALLY remove the \0 at the end of pkt instead of end of message (1993)
  69. Removed DOS support
  70. Added mailbox files support (-mbox option).
  71. Added To: field overloading (for address in enveloppe files or mailboxes)        
  72. Primary domains list now complete
  73. Improved msgid generation (serial # dupes unlikely to happen now)
  74. Added tempdir
  75. Added subject field lenght checking in fido pkts
  76. FINALLY fixed end of packet
  77. Fixed bug with standard fgets (caused crash)
  78.  
  79. ----- 0.7.9
  80. Now support unregistered (xx.fidonet.org) sites, add the 
  81. registered keyword in your config if you're registered
  82.         
  83. ----- 0.8.0    
  84. Now accepts origins with '(' in the origin text (rep. by S. Przyswa)
  85. Checkdomain/uucpwarning/bitnetwarning now works
  86. Added -d command line option to display parsed config file
  87. Pointer fixes, BLOUFRC env var added, various other fixes (by T. Bousch)
  88. Malloc fix in ufg.c process_news (rep. by T. Bousch)
  89. REALLY fixed the bug with fgets
  90. Added dupekiller (contributed by T. Bousch)
  91.  
  92. ----- 0.8.1    
  93. Upgraded licence from GNU GPL to plain Public Domain
  94. More & more bugs fixed <sigh>
  95. Dupechecker now remembers ID, new dupefile config statement
  96. #ifdef BATCHSMTP, mail output is batchsmtp
  97. Improved blouf.txt, not a full doc but now +/- synched with the code
  98. Added FSC-0054 minimal support in rfc>ftn way, default to Latin1
  99. Removed bproto.h (in blouf.h) and getopt dependency
  100.  
  101. ----- 0.8.2
  102. Minor bugs fixed in strlwr() and killslash(), rep by T. Bousch
  103. rmail/rnews mode removed on command line, never worked
  104. fixed newsgroup list (no more empty field at the end)
  105. added .cz country code (slovakia someone?)